Debug printing library
Debug printing library
This library provides a lightweight printf function that can be enabled or disabled via configuration defines. Code can be declared to be within a “debug unit” (usually a library or application source base) and prints can be enabled/disabled per debug unit.
Features
- Low memory usage
- Ability to enable or disable printing via compile options
- Ability to enable or disable printing for sets of source files
Software version and dependencies
This document pertains to version 2.0.0 of this library. It is known to work on version 14.1.1 of the xTIMEcomposer tools suite, it may work on other versions.
The library does not have any dependencies (i.e. it does not rely on any other libraries).